projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ad29a
)
(command-line): Make sure that loaddefs.el is handled correctly in
author
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 22 Nov 2005 03:32:50 +0000
(
03:32
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 22 Nov 2005 03:32:50 +0000
(
03:32
+0000)
load-history.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 5c264749dd618e660f5a13165fa3c1c4e2008916..9ac0f4dd1761561ac68c705956cb8bae66412861 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-647,7
+647,7
@@
or `CVS', and any subdirectory that contains a file named `.nosearch'."
(if (and (stringp (car elt))
(not (file-name-absolute-p (car elt))))
(cons (locate-file (car elt) load-path
-
load-suffixes
)
+
(append load-suffixes '(""))
)
(cdr elt))
elt))
load-history))